body {
  margin: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #B3C0D1;
}
.my-content {
  width: 1090px;
  margin: 0 auto;
  padding: 5px;
}
.div-content {
  padding: 0 2%;
}
.div-content img {
  background-size: contain;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.my-search .el-input-group__append button.el-button {
  border-color: #E22126;
  background-color: #E22126;
  color: #fff;
  font-weight: 600;
}
.my-search .el-input-group__append,
.el-input-group__prepend {
  background-color: #E22126 !important;
  border: 1px solid #E22126 !important;
}
.el-link.el-link--danger {
  color: #E22126;
}
.el-button--danger {
  color: #fff;
  background-color: #E22126;
  border-color: #E22126;
}
.el-badge__content {
  background-color: #E22126;
}
.el-link.el-link--default:hover {
  color: #0078d4;
}
.jiuduhui .el-tabs__item {
  font-size: 20px !important;
  font-weight: 900 !important;
}
.jiuduhui .el-tabs__item:hover {
  color: #103C76 !important;
}
.jiuduhui .el-tabs__item.is-active {
  color: #103C76 !important;
}
.jiuduhui .el-tabs__active-bar {
  background-color: #103C76 !important;
}
.jiuduhui .el-menu.el-menu--horizontal {
  border-bottom: solid 1px #f78e06;
  font-weight: 900;
}
#mall-banner .el-tabs__nav-scroll {
  background: #f7f7f7;
}
#mall-banner .el-tabs__item {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center !important;
}
#mall-banner .el-tabs--left .el-tabs__nav-wrap.is-left {
  height: 100vh;
}
#mall-banner .is-disabled {
  color: #e54a4b !important;
  font-weight: 600 !important;
  font-size: 24px !important;
}
#mall-banner .el-tabs__item:hover {
  color: #e76363 !important;
}
#mall-banner .el-tabs__item.is-active {
  color: #e76363 !important;
}
#mall-banner .el-tabs__active-bar {
  background-color: #e76363 !important;
}
.jiuduhui-header {
  background-image: url(../images/sanjiangkou.jpg?5d2f83d1e4a4f576a3cb368a6f621afb);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: calc(100vh - 190px);
  margin-bottom: -180px;
  padding-bottom: 190px;
}
.jiuduhui-bottom {
  background-image: url(../images/bottom.png?3b90d92c5ac6cc40648c101af52be28a);
  height: 180px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.jiuduhui-keyword {
  color: #fff;
  padding: 3px;
  background-color: #E22126;
  border-radius: 2px;
  margin-right: 3px;
  cursor: pointer;
}
.jiuduhui-search {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.jiuduhui-qrcode {
  position: fixed;
  left: 1%;
  top: 60%;
  z-index: 1000;
  width: 110px;
  height: 120px;
  padding: 5px;
  padding-top: 8px;
  background: #E22126;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
.jiuduhui-action {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  width: 50px;
  position: fixed;
  right: 1%;
  top: 240px;
  text-align: center;
}
.my-router-view {
  margin-top: -310px;
  background: #fff;
  border-radius: 5px;
}
.jiuduhui-more {
  text-align: right;
  font-size: 20px;
  cursor: pointer;
  margin: 10px;
}
.jubao {
  width: 300px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/jubao.png?fc55ec95fa145e1c1b584a119a696c14);
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.tab-active {
  border-bottom: 2px solid #2d3a4b;
  color: #2d3a4b;
}
.jiuduhui-carousel {
  height: 310px;
  background: #0078d4;
}
.carousel-img {
  position: absolute;
  top: 0;
  right: 0px;
  height: 400px;
  width: 300px;
  background-image: url(../images/home_topbg.png?123de623931618286d9ebd2f82cb3513);
  background-size: cover;
  z-index: 1000;
  color: #fff;
}
.envelope-content {
  width: 300px;
  right: 0;
  top: 0;
  position: absolute;
  height: 200px;
  background: #e7ecf1;
  color: #0078d4;
  border-bottom: 1px solid #ccc;
}
.envelope-tab-active {
  color: #0078d4;
  border-bottom: 2px solid #0078d4;
}
.news-hot {
  color: #f78e06;
  font-weight: 900;
}
.login-button {
  background: #103C76;
  border-color: #103C76;
}
.price-tag {
  color: #E22126;
}

